home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2711 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  945 b 

  1. Path: in2.uu.net!tandem!usenet
  2. From: Anatoli Mandelchtam <tolik@tarley_pc.loc201.tandem.com>
  3. Newsgroups: comp.lang.c++,comp.programming
  4. Subject: Re: Why are 32 bit better than 16 bit pgms?
  5. Date: Thu, 18 Jan 1996 23:23:58 -0800
  6. Organization: Tandem Computers Inc., Cupertino, CA
  7. Message-ID: <30FF470E.2C85@tarley_pc.loc201.tandem.com>
  8. References: <30FBFFE6.1FEB@netcom.com>
  9. NNTP-Posting-Host: miket_home1.fnord.tandem.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b5 (Win95; I)
  14.  
  15. Keith S. wrote:
  16. > I have a simple questions:
  17. >    What's are 32 bit pgms better than 16 bit programs?
  18.  
  19. To name a few that are relevant to Windows programming:
  20.  
  21. 1. Overall better performance;
  22.  
  23. 2. Flat memory model;
  24.  
  25. 3. More advanced API is available for programming (Win32);
  26.  
  27. 4. Better support on the OS side (WinNT, Win95) allows for more
  28.    sophisticated development and debugging tools.
  29.